Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CellDecoration Class / CellDecoration Constructor / CellDecoration Constructor(List<ICellDecorationIcon>)
The icons.
In This Topic
    CellDecoration Constructor(List<ICellDecorationIcon>)
    In This Topic
    Creates a new instance of the CellDecoration class.
    Syntax
    public CellDecoration( 
       java.util.List<ICellDecorationIcon> icons
    )

    Parameters

    icons
    The icons.
    See Also